home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / util / libs / shutdown.lzh / shutdown4.1 / src / shutdown_lib / shutdown_library.h < prev    next >
C/C++ Source or Header  |  1996-01-13  |  338b  |  19 lines

  1. /*
  2.    shutdown_library.h
  3. */
  4.  
  5. #include "shutdownbase.h"
  6.  
  7. typedef struct Hook Hook;
  8. typedef struct TagItem TagItem;
  9. typedef struct MinList MinList;
  10. typedef struct Node Node;
  11. typedef struct SignalSemaphore SignalSemaphore;
  12.  
  13. typedef struct ShutdownInfo
  14. {
  15.     struct MinNode     sdi_Node;
  16.     STRPTR         sdi_Name;
  17.     struct Hook    *sdi_Hook;
  18. } ShutdownInfo;
  19.